[INFO] cloning repository https://github.com/Selithrarion/rust-quic-deep-dive
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Selithrarion/rust-quic-deep-dive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSelithrarion%2Frust-quic-deep-dive", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSelithrarion%2Frust-quic-deep-dive'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 23c79697755b5fce86cab308969981d544457857
[INFO] checking Selithrarion/rust-quic-deep-dive against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSelithrarion%2Frust-quic-deep-dive" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Selithrarion/rust-quic-deep-dive
[INFO] finished tweaking git repo https://github.com/Selithrarion/rust-quic-deep-dive
[INFO] tweaked toml for git repo https://github.com/Selithrarion/rust-quic-deep-dive written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Selithrarion/rust-quic-deep-dive on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Selithrarion/rust-quic-deep-dive already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded c2rust-bitfields v0.21.0
[INFO] [stderr]   Downloaded c2rust-bitfields-derive v0.21.0
[INFO] [stderr]   Downloaded qlog v0.15.2
[INFO] [stderr]   Downloaded tun v0.8.5
[INFO] [stderr]   Downloaded etherparse v0.19.0
[INFO] [stderr]   Downloaded wintun-bindings v0.7.34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1d73eb74f80b2447e80bee494ab3fb1355313bfb9a055998daeff3d15fadd3e1
[INFO] running `Command { std: "docker" "start" "1d73eb74f80b2447e80bee494ab3fb1355313bfb9a055998daeff3d15fadd3e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d73eb74f80b2447e80bee494ab3fb1355313bfb9a055998daeff3d15fadd3e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1d73eb74f80b2447e80bee494ab3fb1355313bfb9a055998daeff3d15fadd3e1" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d73eb74f80b2447e80bee494ab3fb1355313bfb9a055998daeff3d15fadd3e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1d73eb74f80b2447e80bee494ab3fb1355313bfb9a055998daeff3d15fadd3e1" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling aws-lc-rs v1.15.3
[INFO] [stderr]    Compiling zmij v1.0.16
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking rustls-pki-types v1.13.2
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking etherparse v0.19.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking rand_core v0.9.4
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling aws-lc-sys v0.36.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_with v3.16.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking qlog v0.15.2
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tun v0.8.5
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking user-space-tcp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `stateless_reset_token` is never read
[INFO] [stdout]   --> src/bin/quic/connection.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct ConnectionIdInfo {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub stateless_reset_token: [u8; 16],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConnectionIdInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `qlog` is never read
[INFO] [stdout]   --> src/bin/quic/connection.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct QuicConnection {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 66 |     qlog: QLogger,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `retry_token` is never read
[INFO] [stdout]   --> src/bin/quic/crypto.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct HandshakeData {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub retry_token: Option<Vec<u8>>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `transport_params` is never read
[INFO] [stdout]   --> src/bin/quic/crypto.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct CryptoState {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 36 |     conn: rustls::quic::ClientConnection,
[INFO] [stdout] 37 |     transport_params: Option<Vec<u8>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get`, `get_mut_guard`, and `get_mut` are never used
[INFO] [stdout]   --> src/bin/quic/custom_dashmap.rs:41:18
[INFO] [stdout]    |
[INFO] [stdout] 12 | / impl<K, V> ShardedMap<K, V>
[INFO] [stdout] 13 | | where
[INFO] [stdout] 14 | |     K: Eq + Hash + Clone,
[INFO] [stdout]    | |_________________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 41 |       pub async fn get<F, R>(&self, key: &K, f: F) -> Option<R>
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |       pub async fn get_mut_guard(&self, key: &K) -> RwLockWriteGuard<'_, HashMap<K, V>> {
[INFO] [stdout]    |                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |       pub async fn get_mut<F, R>(&self, key: &K, f: F) -> Option<R>
[INFO] [stdout]    |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/bin/quic/error.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum TransportErrorCode {
[INFO] [stdout]    |          ------------------ variants in this enum
[INFO] [stdout]  6 |     NoError = 0x0,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]  7 |     InternalError = 0x1,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]  8 |     ConnectionRefused = 0x2,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 12 |     FinalSizeError = 0x6,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     FrameEncodingError = 0x7,
[INFO] [stdout] 14 |     TransportParameterError = 0x8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     ConnectionIdLimitError = 0x9,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     ProtocolViolation = 0xA,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     InvalidToken = 0xB,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TransportErrorCode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `InvalidState`, `Channel`, and `Timeout` are never constructed
[INFO] [stdout]   --> src/bin/quic/error.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub enum QuicError {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 48 |     InvalidState(String),
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     Channel(String),
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     Timeout,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QuicError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `OpenStream` and `FinishStream` are never constructed
[INFO] [stdout]   --> src/bin/quic/events.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum ConnectionCommand {
[INFO] [stdout]    |          ----------------- variants in this enum
[INFO] [stdout] 11 |     HandleQuicPacket(ParsedPacket),
[INFO] [stdout] 12 |     OpenStream {
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |     FinishStream(frame::StreamID),
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConnectionCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_client_initiated` and `is_unidirectional` are never used
[INFO] [stdout]    --> src/bin/quic/frame.rs:197:12
[INFO] [stdout]     |
[INFO] [stdout] 196 | impl StreamID {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] 197 |     pub fn is_client_initiated(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 |     pub fn is_unidirectional(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `start_time` is never read
[INFO] [stdout]   --> src/bin/quic/logging.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct QLogger {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 43 |     start_time: SystemTime,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QLogger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_event` is never used
[INFO] [stdout]   --> src/bin/quic/logging.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl QLogger {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn add_event(&mut self, event_data: EventData) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Retry` is never constructed
[INFO] [stdout]   --> src/bin/quic/parser.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub enum LongPacketType {
[INFO] [stdout]    |          -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 26 |     Retry,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LongPacketType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `first_byte` and `version` are never read
[INFO] [stdout]   --> src/bin/quic/parser.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct RetryHeader {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 31 |     pub first_byte: u8,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 32 |     pub version: u32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RetryHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `first_byte`, `version`, and `protected_packet_number` are never read
[INFO] [stdout]   --> src/bin/quic/parser.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct LongHeader {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 40 |     pub first_byte: u8,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 41 |     pub p_type: LongPacketType,
[INFO] [stdout] 42 |     pub version: u32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub protected_packet_number: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LongHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `first_byte` and `protected_packet_number` are never read
[INFO] [stdout]   --> src/bin/quic/parser.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct ShortHeader {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 55 |     pub first_byte: u8,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 56 |     pub dest_conn_id: Bytes,
[INFO] [stdout] 57 |     pub protected_packet_number: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ShortHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Bidirectional` and `Unidirectional` are never constructed
[INFO] [stdout]  --> src/bin/quic/stream.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub enum StreamType {
[INFO] [stdout]   |          ---------- variants in this enum
[INFO] [stdout] 8 |     Bidirectional,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 9 |     Unidirectional,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `StreamType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]   --> src/bin/quic/transport.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl TransportParametersBuilder {
[INFO] [stdout]    | ------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub fn max_idle_timeout(mut self, timeout_ms: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn initial_max_streams_bidi(mut self, count: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn initial_max_stream_data_bidi_local(mut self, max_data: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn initial_max_stream_data_bidi_remote(mut self, max_data: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn initial_max_stream_data_uni(mut self, max_data: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn initial_max_streams_uni(mut self, count: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |     pub fn active_connection_id_limit(mut self, limit: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `stateless_reset_token` is never read
[INFO] [stdout]   --> src/bin/quic/connection.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct ConnectionIdInfo {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub stateless_reset_token: [u8; 16],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConnectionIdInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `qlog` is never read
[INFO] [stdout]   --> src/bin/quic/connection.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct QuicConnection {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 66 |     qlog: QLogger,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `retry_token` is never read
[INFO] [stdout]   --> src/bin/quic/crypto.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct HandshakeData {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub retry_token: Option<Vec<u8>>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `transport_params` is never read
[INFO] [stdout]   --> src/bin/quic/crypto.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct CryptoState {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 36 |     conn: rustls::quic::ClientConnection,
[INFO] [stdout] 37 |     transport_params: Option<Vec<u8>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get`, `get_mut_guard`, and `get_mut` are never used
[INFO] [stdout]   --> src/bin/quic/custom_dashmap.rs:41:18
[INFO] [stdout]    |
[INFO] [stdout] 12 | / impl<K, V> ShardedMap<K, V>
[INFO] [stdout] 13 | | where
[INFO] [stdout] 14 | |     K: Eq + Hash + Clone,
[INFO] [stdout]    | |_________________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 41 |       pub async fn get<F, R>(&self, key: &K, f: F) -> Option<R>
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |       pub async fn get_mut_guard(&self, key: &K) -> RwLockWriteGuard<'_, HashMap<K, V>> {
[INFO] [stdout]    |                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |       pub async fn get_mut<F, R>(&self, key: &K, f: F) -> Option<R>
[INFO] [stdout]    |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/bin/quic/error.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum TransportErrorCode {
[INFO] [stdout]    |          ------------------ variants in this enum
[INFO] [stdout]  6 |     NoError = 0x0,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]  7 |     InternalError = 0x1,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]  8 |     ConnectionRefused = 0x2,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 12 |     FinalSizeError = 0x6,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     FrameEncodingError = 0x7,
[INFO] [stdout] 14 |     TransportParameterError = 0x8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     ConnectionIdLimitError = 0x9,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     ProtocolViolation = 0xA,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     InvalidToken = 0xB,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TransportErrorCode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `InvalidState`, `Channel`, and `Timeout` are never constructed
[INFO] [stdout]   --> src/bin/quic/error.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub enum QuicError {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 48 |     InvalidState(String),
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     Channel(String),
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     Timeout,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QuicError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `OpenStream` and `FinishStream` are never constructed
[INFO] [stdout]   --> src/bin/quic/events.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum ConnectionCommand {
[INFO] [stdout]    |          ----------------- variants in this enum
[INFO] [stdout] 11 |     HandleQuicPacket(ParsedPacket),
[INFO] [stdout] 12 |     OpenStream {
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |     FinishStream(frame::StreamID),
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConnectionCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_client_initiated` and `is_unidirectional` are never used
[INFO] [stdout]    --> src/bin/quic/frame.rs:197:12
[INFO] [stdout]     |
[INFO] [stdout] 196 | impl StreamID {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] 197 |     pub fn is_client_initiated(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 |     pub fn is_unidirectional(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `start_time` is never read
[INFO] [stdout]   --> src/bin/quic/logging.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct QLogger {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 43 |     start_time: SystemTime,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QLogger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_event` is never used
[INFO] [stdout]   --> src/bin/quic/logging.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl QLogger {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn add_event(&mut self, event_data: EventData) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Retry` is never constructed
[INFO] [stdout]   --> src/bin/quic/parser.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub enum LongPacketType {
[INFO] [stdout]    |          -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 26 |     Retry,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LongPacketType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `first_byte` and `version` are never read
[INFO] [stdout]   --> src/bin/quic/parser.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct RetryHeader {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 31 |     pub first_byte: u8,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 32 |     pub version: u32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RetryHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `first_byte`, `version`, and `protected_packet_number` are never read
[INFO] [stdout]   --> src/bin/quic/parser.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct LongHeader {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 40 |     pub first_byte: u8,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 41 |     pub p_type: LongPacketType,
[INFO] [stdout] 42 |     pub version: u32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub protected_packet_number: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LongHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `first_byte` and `protected_packet_number` are never read
[INFO] [stdout]   --> src/bin/quic/parser.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct ShortHeader {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 55 |     pub first_byte: u8,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 56 |     pub dest_conn_id: Bytes,
[INFO] [stdout] 57 |     pub protected_packet_number: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ShortHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Bidirectional` and `Unidirectional` are never constructed
[INFO] [stdout]  --> src/bin/quic/stream.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub enum StreamType {
[INFO] [stdout]   |          ---------- variants in this enum
[INFO] [stdout] 8 |     Bidirectional,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 9 |     Unidirectional,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `StreamType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]   --> src/bin/quic/transport.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl TransportParametersBuilder {
[INFO] [stdout]    | ------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub fn max_idle_timeout(mut self, timeout_ms: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn initial_max_streams_bidi(mut self, count: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn initial_max_stream_data_bidi_local(mut self, max_data: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn initial_max_stream_data_bidi_remote(mut self, max_data: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn initial_max_stream_data_uni(mut self, max_data: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn initial_max_streams_uni(mut self, count: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |     pub fn active_connection_id_limit(mut self, limit: u64) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.53s
[INFO] running `Command { std: "docker" "inspect" "1d73eb74f80b2447e80bee494ab3fb1355313bfb9a055998daeff3d15fadd3e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d73eb74f80b2447e80bee494ab3fb1355313bfb9a055998daeff3d15fadd3e1", kill_on_drop: false }`
[INFO] [stdout] 1d73eb74f80b2447e80bee494ab3fb1355313bfb9a055998daeff3d15fadd3e1
